projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e4d53
)
(perl-indent-command): Fix backwards conditional.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Aug 1994 01:45:45 +0000
(
01:45
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Aug 1994 01:45:45 +0000
(
01:45
+0000)
lisp/progmodes/perl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/perl-mode.el
b/lisp/progmodes/perl-mode.el
index 14ee573ecb18af48116d583aa49bf47915f54179..707ec7d034fa27d7ead39ce24bc301650b7a98fe 100644
(file)
--- a/
lisp/progmodes/perl-mode.el
+++ b/
lisp/progmodes/perl-mode.el
@@
-319,7
+319,7
@@
possible action from the following list:
(if arg ; If arg, just indent this line
(perl-indent-line "\f")
(if (and (not perl-tab-always-indent)
- (
<=
(current-column) (current-indentation)))
+ (
>
(current-column) (current-indentation)))
(insert-tab)
(let (bof lsexp delta (oldpnt (point)))
(beginning-of-line)